strings.Builder.grow (method)

3 uses

	strings (current package)
		builder.go#L66: func (b *Builder) grow(n int) {
		builder.go#L81: 		b.grow(n)
		builder.go#L112: 		b.grow(utf8.UTFMax)